home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / linux-sound-base.postrm < prev    next >
Text File  |  2008-09-15  |  751b  |  29 lines

  1. #!/bin/sh
  2.  
  3. set -e
  4.  
  5. # Automatically added by dh_installdebconf
  6. if [ "$1" = purge ] && [ -e /usr/share/debconf/confmodule ]; then
  7.     . /usr/share/debconf/confmodule
  8.     db_purge
  9. fi
  10. # End automatically added section
  11.  
  12.  
  13. case "$1" in
  14.   remove)
  15.     rm -f /etc/modprobe.d/blacklist-oss
  16.     rm -f /etc/modprobe.d/blacklist-alsa
  17.     rm -f /etc/hotplug/blacklist.d/linux-sound-base_noOSS
  18.     rm -f /etc/discover.d/linux-sound-base_noOSS
  19.     rm -f /etc/modutils/linux-sound-base_noOSS
  20.     rm -f /etc/modprobe.d/linux-sound-base_noOSS
  21.     rm -f /etc/hotplug/blacklist.d/linux-sound-base_noALSA
  22.     rm -f /etc/discover.d/linux-sound-base_noALSA
  23.     rm -f /etc/modutils/linux-sound-base_noALSA
  24.     rm -f /etc/modprobe.d/linux-sound-base_noALSA
  25.     rm -f /etc/discover.conf.d/10linux-sound-base
  26.     ;;
  27. esac
  28.  
  29.